Skip to content

Fixed StyleMap deserialization#13

Open
matiash wants to merge 3 commits intoEkito:masterfrom
matiash:master
Open

Fixed StyleMap deserialization#13
matiash wants to merge 3 commits intoEkito:masterfrom
matiash:master

Conversation

@matiash
Copy link

@matiash matiash commented Nov 24, 2014

"Pair" inside a StyleMap is an inline list.in KML definition. For example:

normal #normalState highlight #highlightState

"Pair" inside a StyleMap is an inline list.in KML definition. for
example:

<StyleMap id="styleMapExample">
<Pair>
<key>normal</key>
<styleUrl>#normalState</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#highlightState</styleUrl>
</Pair>
</StyleMap>
From the KML reference
(https://developers.google.com/kml/documentation/kmlreference#innerboundaryis)

<innerBoundaryIs> - Contains a <LinearRing> element. A Polygon can
contain multiple <innerBoundaryIs> elements, which create multiple
cut-outs inside the Polygon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant